projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f88612
)
(toplevel): Fix the eval-after-load.
author
Gerd Moellmann
<gerd@gnu.org>
Mon, 29 Jan 2001 21:22:00 +0000
(21:22 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Mon, 29 Jan 2001 21:22:00 +0000
(21:22 +0000)
lisp/msb.el
patch
|
blob
|
history
diff --git
a/lisp/msb.el
b/lisp/msb.el
index 2dadb34abd90315b119a60d79b6f162f814ee7ae..c0eb33e0bcdc35a57ea504ef40039bb967c64e02 100644
(file)
--- a/
lisp/msb.el
+++ b/
lisp/msb.el
@@
-1154,6
+1154,6
@@
different buffer menu using the function `msb'."
(msb-mode 0))
(provide 'msb)
-(eval-after-load
'msb (run-hooks 'msb-after-load-hook '
msb-after-load-hooks))
+(eval-after-load
"msb" '(run-hooks msb-after-load-hook
msb-after-load-hooks))
;;; msb.el ends here